-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add New Task Section to Reports #59672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… and the advanced search filters
FE changes completed, waiting on BE to merge |
🎯 @ZhenjaHorbach, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #60840. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/JS00001 in version: 9.1.33-0 🚀
|
This PR seems to have introduced this issue #61023. If anyone can please take a look |
🚀 Deployed to staging by https://github.com/JS00001 in version: 9.1.35-1 🚀
|
🚀 Deployed to staging by https://github.com/JS00001 in version: 9.1.36-3 🚀
|
🚀 Deployed to staging by https://github.com/JS00001 in version: 9.1.37-1 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.1.37-3 🚀
|
🚀 Deployed to staging by https://github.com/JS00001 in version: 9.1.38-0 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.1.38-4 🚀
|
Explanation of Change
Added 'Tasks' view to search, with the ability to view date, title, description, created by, shared in, assignee, and view action (and complete the task via action).
Added new advanced filters for tasks specifically, including title, assignee and created by.
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/487125
$ https://github.com/Expensify/Expensify/issues/487128
Tests
Offline tests
When the user is offline, they should not be able to mark tasks as completed
QA Steps
Same as Tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps./** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)Screenshots/Videos
Android: Native
iOS: Native
https://github.com/user-attachments/assets/37da47f0-f802-4b29-9bdc-4ae6e5856c61
iOS: mWeb Safari
https://github.com/user-attachments/assets/bf5d9379-9c32-41c6-bb21-d59aa228db49
MacOS: Chrome / Safari
https://github.com/user-attachments/assets/b8e7d553-516a-4cf4-b988-53c111069211